From b92f15dfe921bdeb098d303aca884aa2fdf3be94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Wed, 7 Jun 2006 16:24:55 +0000 Subject: [PATCH] Fix building gtkbuiltincache.h without system GTK+. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2006-06-07 Jürg Billeter * gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ gtk/Makefile.am | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b03bd2fac5..1f0c5071d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-07 Jürg Billeter + + * gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+. + 2006-06-07 Alexander Larsson * gtk/gtk.symbols: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b03bd2fac5..1f0c5071d5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-06-07 Jürg Billeter + + * gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+. + 2006-06-07 Alexander Larsson * gtk/gtk.symbols: diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 136527b919..001d0e314d 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1086,7 +1086,8 @@ stamp-icons: $(STOCK_ICONS) gtkbuiltincache.h: @REBUILD@ stamp-icons $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache - ./gtk-update-icon-cache --force --ignore-theme-index \ + GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders \ + ./gtk-update-icon-cache --force --ignore-theme-index \ --source builtin_icons stock-icons > gtkbuiltincache.h EXTRA_DIST += \ -- 2.30.2